dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
AboutBasics.My_struct
about_basics
AboutBasics
Undocumented in source.
class
AboutBasics
struct
My_struct {
int
x
;
float
f
;
string
s
;
}
Members
Variables
f
float
f
;
Undocumented in source.
s
string
s
;
Undocumented in source.
x
int
x
;
Undocumented in source.
Meta
Source
See Implementation
about_basics
AboutBasics
functions
about_basics
mixins
__anonymous
structs
My_struct